net/http.http2priorityNode.parent (field)

9 uses

	net/http (current package)
		h2_bundle.go#L10965: 	parent     *http2priorityNode
		h2_bundle.go#L10974: 	if n.parent == parent {
		h2_bundle.go#L10978: 	if parent := n.parent; parent != nil {
		h2_bundle.go#L10991: 	n.parent = parent
		h2_bundle.go#L11007: 	for ; n != nil; n = n.parent {
		h2_bundle.go#L11222: 	for x := parent.parent; x != nil; x = x.parent {
		h2_bundle.go#L11224: 			parent.setParent(n.parent)
		h2_bundle.go#L11310: 		k.setParent(n.parent)